ServiceCreateManagedFolder Method (IListString) |
Creates multiple managed folders.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<FolderInfoResponse> CreateManagedFolder(
IList<string> folderNames
)
Public Function CreateManagedFolder (
folderNames As IList(Of String)
) As IList(Of FolderInfoResponse)
Parameters
- folderNames
- Type: System.Collections.GenericIListString
The names of the folders to create.
Return Value
Type:
IListFolderInfoResponseIList{FolderInfoResponse}.
See Also